home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 7
/
PC World Interactive 7.iso
/
share
/
hobi
/
hsmart
/
_SETUP.1
/
newhs.exe
/
0
/
RCDATA
/
TFORM5
/
TFORM5.txt
Wrap
Text File
|
1997-11-23
|
2KB
|
103 lines
object Form5: TForm5
Left = 200
Top = 116
BorderStyle = bsDialog
Caption = 'INFORMATION YOU NEED TO KNOW'
ClientHeight = 213
ClientWidth = 310
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 88
Width = 64
Height = 16
Caption = 'Disclaimer'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = Label1Click
end
object Label2: TLabel
Left = 24
Top = 112
Width = 139
Height = 16
Caption = 'Updated Food Item List'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = Label2Click
end
object Label3: TLabel
Left = 24
Top = 136
Width = 77
Height = 16
Caption = 'Personal List'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = Label3Click
end
object Label4: TLabel
Left = 24
Top = 160
Width = 144
Height = 16
Caption = 'Building a Weight Graph'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = Label4Click
end
object Label5: TLabel
Left = 24
Top = 184
Width = 120
Height = 16
Caption = 'Ordering Information'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = Label5Click
end
object Memo1: TMemo
Left = 8
Top = 8
Width = 289
Height = 65
Lines.Strings = (
'The information in the following help screens is information '
'that you need to know before you start using Heart Smart. '
'Select an item, then close the help window and go to the '
'next item.')
ReadOnly = True
TabOrder = 0
end
object Button1: TButton
Left = 224
Top = 120
Width = 65
Height = 33
Caption = 'E&xit'
ModalResult = 1
TabOrder = 1
end
end